/ Assembly List / LJCWinFormControls / LJCRtControl / LJCSetLeadingTabsToSpaces

Namespace - LJCWinFormControls


Parameters
text - The text value.
outputSpaces - The number of spaces to which the tabs are converted.

Returns

The modified text.

Syntax

C#
public static String LJCSetLeadingTabsToSpaces(String text, Int32 outputSpaces = 4)

Sets the leading tabs to spaces.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.